projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225dec6
)
broadway: Don't use deprecated API
author
Benjamin Otte
<otte@redhat.com>
Mon, 1 Apr 2013 13:38:04 +0000
(15:38 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 2 Apr 2013 09:45:44 +0000
(11:45 +0200)
gdk/broadway/gdkdevice-broadway.c
patch
|
blob
|
history
diff --git
a/gdk/broadway/gdkdevice-broadway.c
b/gdk/broadway/gdkdevice-broadway.c
index e922c586acece8ba8be5075034cbc88c9ebdedab..b87186ed33c9b9520fed5aae1c530f9d1aa45bd0 100644
(file)
--- a/
gdk/broadway/gdkdevice-broadway.c
+++ b/
gdk/broadway/gdkdevice-broadway.c
@@
-116,7
+116,7
@@
gdk_broadway_device_get_state (GdkDevice *device,
{
gint x_int, y_int;
- gdk_window_get_
pointer (window
, &x_int, &y_int, mask);
+ gdk_window_get_
device_position (window, device
, &x_int, &y_int, mask);
if (axes)
{